Previous Book Contents Book Index Next

Inside Macintosh: /
QuickDraw 3D RAVE / QuickDraw 3D RAVE Reference
Data Structures


Generic Device and Clip Structures

QuickDraw 3D RAVE supports one type of device and one type of clipping on generic operating systems. The available device and clipping are defined by unions of type TQAPlatformDevice and TQAPlatformClip.

typedef union TQAPlatformDevice {
   TQADeviceMemory            memoryDevice;
} TQAPlatformDevice;
Field Description
memoryDevice
A memory device data structure.
typedef union TQAPlatformClip {
   void                       *region;
} TQAPlatformClip;
Field Description
region
[To be supplied.]

Previous Book Contents Book Index Next

© Apple Computer, Inc.
28 AUG 1996